home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / s_to_z / spidr100 / setup.arv / LISTTEST.DFM / LISTTEST.txt
Encoding:
Text File  |  1996-09-15  |  2.0 KB  |  106 lines

  1. object NodeContainerForm: TNodeContainerForm
  2.   Left = 266
  3.   Top = 126
  4.   Width = 434
  5.   Height = 364
  6.   Caption = 'List Test'
  7.   Font.Color = clWindowText
  8.   Font.Height = -16
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   FormStyle = fsMDIChild
  12.   PixelsPerInch = 120
  13.   Position = poDefault
  14.   Visible = True
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   TextHeight = 20
  19.   object ItemCount: TLabel
  20.     Left = 184
  21.     Top = 48
  22.     Width = 73
  23.     Height = 20
  24.     Alignment = taRightJustify
  25.   end
  26.   object AddRandomButton: TButton
  27.     Left = 288
  28.     Top = 8
  29.     Width = 113
  30.     Height = 41
  31.     Caption = 'Add &Random'
  32.     TabOrder = 2
  33.     OnClick = AddRandomButtonClick
  34.   end
  35.   object RemoveButton: TButton
  36.     Left = 289
  37.     Top = 226
  38.     Width = 113
  39.     Height = 41
  40.     Caption = 'Re&move'
  41.     TabOrder = 6
  42.     OnClick = RemoveButtonClick
  43.   end
  44.   object ClearButton: TButton
  45.     Left = 289
  46.     Top = 280
  47.     Width = 113
  48.     Height = 41
  49.     Caption = '&Clear'
  50.     TabOrder = 7
  51.     OnClick = ClearButtonClick
  52.   end
  53.   object ListBox: TListBox
  54.     Left = 16
  55.     Top = 80
  56.     Width = 241
  57.     Height = 222
  58.     IntegralHeight = True
  59.     ItemHeight = 20
  60.     Style = lbOwnerDrawFixed
  61.     TabOrder = 1
  62.     OnDrawItem = ListBoxDrawItem
  63.   end
  64.   object ListTypeCombo: TComboBox
  65.     Left = 16
  66.     Top = 8
  67.     Width = 241
  68.     Height = 28
  69.     Style = csDropDownList
  70.     ItemHeight = 20
  71.     Items.Strings = (
  72.       'Unordered list'
  73.       'Ordered list'
  74.       'Binary Tree')
  75.     TabOrder = 0
  76.     OnChange = ListTypeComboChange
  77.   end
  78.   object AddButton: TButton
  79.     Left = 288
  80.     Top = 62
  81.     Width = 113
  82.     Height = 41
  83.     Caption = '&Add'
  84.     TabOrder = 3
  85.     OnClick = AddButtonClick
  86.   end
  87.   object Load: TButton
  88.     Left = 288
  89.     Top = 117
  90.     Width = 113
  91.     Height = 41
  92.     Caption = '&Load'
  93.     TabOrder = 4
  94.     OnClick = LoadClick
  95.   end
  96.   object SearchButton: TButton
  97.     Left = 288
  98.     Top = 171
  99.     Width = 113
  100.     Height = 41
  101.     Caption = '&Search'
  102.     TabOrder = 5
  103.     OnClick = SearchButtonClick
  104.   end
  105. end
  106.